gdk/win32: Fix build after GdkScreen and settings changes
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 31 Oct 2017 04:49:44 +0000 (12:49 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 31 Oct 2017 06:50:24 +0000 (14:50 +0800)
commitb0dc8514e440a75753e91119cd90646fc08f8059
tree42ef49e6f85502c67bbd5a640b80cc2d108c8842
parent941a621ea9b7838abb396cdc461fa525cd4e606a
gdk/win32: Fix build after GdkScreen and settings changes

Implement GdkDisplay->get_setting() using the existing
_gdk_win32_screen_get_setting() and get rid of GdkScreen->get_setting()
as a result, to follow the changes in GDK.

Also, since we don't emit settings events in the Windows GDK backend,
but we acquire settings to print using GDK_SETTING, drop all references
related to GDK_SETTING since that is now removed.  Update the debug
strings that are print out as a result
(gdk_screen_get_setting->gdk_display_get_setting).

https://bugzilla.gnome.org/show_bug.cgi?id=773299
gdk/win32/gdkdisplay-win32.c
gdk/win32/gdkevents-win32.c
gdk/win32/gdkproperty-win32.c
gdk/win32/gdkscreen-win32.c